Add missing exports for GtkColumnView methods.
authorAndreas Persson <andreasp56@outlook.com>
Thu, 16 Jul 2020 16:58:41 +0000 (18:58 +0200)
committerAndreas Persson <andreasp56@outlook.com>
Thu, 16 Jul 2020 16:58:41 +0000 (18:58 +0200)
GDK_AVAILABLE_IN_ALL was missing for one method in GtkColumnView and one
in GtkColumnViewColumn.

gtk/gtkcolumnview.h
gtk/gtkcolumnviewcolumn.h

index fb393e4ac6761f0cd872b0aeb0c116fd4b5aa806..0983ea2c395ae32edd17bf378cea192571c3f2d0 100644 (file)
@@ -105,6 +105,7 @@ void            gtk_column_view_set_reorderable                 (GtkColumnView
 GDK_AVAILABLE_IN_ALL
 gboolean        gtk_column_view_get_reorderable                 (GtkColumnView          *self);
 
+GDK_AVAILABLE_IN_ALL
 void            gtk_column_view_set_enable_rubberband           (GtkColumnView          *self,
                                                                  gboolean                enable_rubberband);
 GDK_AVAILABLE_IN_ALL
index a0e9bd946c5d2179794797ca9acd252771814082..6125f16f76ac44a7db4df98e3bbb5984e7ef801b 100644 (file)
@@ -85,6 +85,7 @@ void                    gtk_column_view_column_set_header_menu          (GtkColu
 GDK_AVAILABLE_IN_ALL
 GMenuModel *            gtk_column_view_column_get_header_menu          (GtkColumnViewColumn    *self);
 
+GDK_AVAILABLE_IN_ALL
 void                    gtk_column_view_column_set_fixed_width          (GtkColumnViewColumn    *self,
                                                                          int                     fixed_width);
 GDK_AVAILABLE_IN_ALL